From: Tim Starling Date: Wed, 1 Nov 2006 07:16:58 +0000 (+0000) Subject: Added callto:// protocol, for Skype X-Git-Tag: 1.31.0-rc.0~55331 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=5ab984390edc53e9692f035480fa092a54fc445a;p=lhc%2Fweb%2Fwiklou.git Added callto:// protocol, for Skype --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 000344f09d..1d78c36118 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -200,7 +200,8 @@ $wgUrlProtocols = array( 'nntp://', // @bug 3808 RFC 1738 'worldwind://', 'mailto:', - 'news:' + 'news:', + 'callto://', // Skype ); /** internal name of virus scanner. This servers as a key to the $wgAntivirusSetup array.